home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / K-L / LImacSTACK-8⁄89.cpt / Functions Part2 / card_7322.txt < prev    next >
Text File  |  1989-08-04  |  880b  |  42 lines

  1. -- card: 7322 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2687
  5. -- name: 
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=48 top=153 right=175 bottom=148
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 3
  16. -- text size: 9
  17. -- style flags: 0
  18. -- line height: 12
  19. -- part name: Cards in this Stack
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   put 0
  23.   repeat for the number of cards
  24.     add 1 to msg
  25.   end repeat
  26.   wait 60
  27.   hide msg
  28. end mouseUp
  29.  
  30.  
  31.  
  32. -- part contents for background part 8
  33. ----- text -----
  34. the number of <cards | buttons| fields>
  35.  
  36. -- part contents for background part 18
  37. ----- text -----
  38. Total number of chars or words in a container.
  39. Total number of cards in a stack.
  40. Total number of fields or buttons on the card.
  41. Total number of cards in a specified background.
  42.